stop text from wrapping

121

div {
  white-space: nowrap;
  overflow: hidden;
}
div {
  overflow: hidden;
}

Comments

Submit
0 Comments